Returns an enumerator that iterates through the collection.
            
    Namespace: 
   Rebex.Net.Servers.Core
    Assembly:
   Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
| Visual Basic | 
|---|
Public Function GetEnumerator As IEnumerator(Of T)  | 
| C# | 
|---|
public IEnumerator<T> GetEnumerator()  |